Add tests exercising the registry source
authorAlex Crichton <alex@alexcrichton.com>
Tue, 9 Sep 2014 05:26:14 +0000 (22:26 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 16 Sep 2014 19:05:21 +0000 (12:05 -0700)
commit07b06e9a74e68f64dc198752422335c36398df40
tree2ab8c3e8877a05f54d3b87dc40948d9c84b81861
parent618137b41904d69cc84569fce264b4a68a2e71ee
Add tests exercising the registry source
src/cargo/sources/registry.rs
src/cargo/util/config.rs
tests/fixtures/bar-0.0.1.tar.gz [new file with mode: 0644]
tests/fixtures/foo-0.0.1.tar.gz [new file with mode: 0644]
tests/fixtures/notyet-0.0.1.tar.gz [new file with mode: 0644]
tests/support/mod.rs
tests/test_cargo_registry.rs [new file with mode: 0644]
tests/tests.rs